mirror of
https://gitee.com/openharmony/ability_ability_runtime
synced 2024-11-23 07:10:19 +00:00
change isCallerSetProcess() & setCallerSetProcess()
Signed-off-by: chenzexin <chenzexin14@huawei.com>
This commit is contained in:
parent
3f5812ee8d
commit
d099751cc5
@ -3075,12 +3075,12 @@ void AbilityRecord::SetStartToForeground(const bool flag)
|
||||
|
||||
bool AbilityRecord::IsCallerSetProcess() const
|
||||
{
|
||||
return isCallerSetProcess_;
|
||||
return isCallerSetProcess_.load();
|
||||
}
|
||||
|
||||
void AbilityRecord::SetCallerSetProcess(const bool flag)
|
||||
{
|
||||
isCallerSetProcess_ = flag;
|
||||
isCallerSetProcess_.store(flag);
|
||||
}
|
||||
|
||||
void AbilityRecord::CallRequest()
|
||||
|
Loading…
Reference in New Issue
Block a user