Home
last modified time | relevance | path

Searched defs:AppStateData (Results 1 – 3 of 3) sorted by relevance

/base/security/access_token/interfaces/innerkits/privacy/test/unittest/app_manager_client/
Dapp_state_data.h37 struct AppStateData : public Parcelable { struct
41 std::string bundleName;
42 int32_t pid = -1;
43 int32_t uid = 0;
44 int32_t state = 0;
45 uint32_t accessTokenId = 0;
46 bool isFocused = false;
47 int32_t extensionType = 255;
48 std::vector<int32_t> renderPids;
49 std::string callerBundleName;
[all …]
/base/security/access_token/services/common/app_manager/include/
Dapp_state_data.h37 struct AppStateData : public Parcelable { struct
41 std::string bundleName;
42 int32_t pid = -1;
43 int32_t uid = 0;
44 int32_t state = 0;
45 uint32_t accessTokenId = 0;
46 bool isFocused = false;
47 int32_t extensionType = 255;
48 std::vector<int32_t> renderPids;
49 std::string callerBundleName;
[all …]
/base/security/security_component_manager/services/security_component_service/sa/test/mock/include/
Dapplication_state_observer_stub.h49 struct AppStateData { struct
50 std::string bundleName;
51 int32_t pid = -1;
52 int32_t uid = 0;
53 int32_t state = 0;
54 int32_t accessTokenId = 0;
55 bool isFocused = false;