Home
last modified time | relevance | path

Searched refs:isSandboxApp_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dinner_bundle_info.cpp152 this->isSandboxApp_ = info.isSandboxApp_; in operator =()
264 jsonObject[BUNDLE_IS_SANDBOX_APP] = isSandboxApp_; in ToJson()
881 isSandboxApp_, in FromJson()
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
H A Dinner_bundle_info.h246 bool isSandboxApp_ = false; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h1583 isSandboxApp_ = isSandbox; in SetIsSandbox()
1588 return isSandboxApp_; in GetIsSandbox()
2262 bool isSandboxApp_ = false; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp296 this->isSandboxApp_ = info.isSandboxApp_; in operator =()
487 jsonObject[BUNDLE_IS_SANDBOX_APP] = isSandboxApp_; in ToJson()
1469 isSandboxApp_, in FromJson()