Searched refs:owner (Results 1 - 4 of 4) sorted by relevance
/test/xts/acts/account/appaccount/sceneProject/actsaccountsceneonoff/entry/src/main/js/MainAbility/pages/index/ |
H A D | index.js | 71 if(data[0].owner === "com.example.actsaccounttest" && data[0].name === "changeonoff_extra"){ 94 if(data[0].owner === "com.example.actsaccounttest" && data[0].name === "onoff_associatedata"){ 117 if(data[0].owner === "com.example.actsaccountoperatetest" && data[0].name === "onoff_cunstomdata"){ 140 if(data[0].owner === "com.example.actsaccounttest" && data[0].name === "onoff_credential"){ 163 if(data[0].owner === "com.example.actsaccountoperatetest" && data[0].name === "onoff_setcredential"){ 186 if(data[0].owner === "com.example.actsaccounttest" && data[0].name === "onoff_deleteFir"){ 209 if(data[0].owner === "com.example.actsaccountoperatetest" && data[0].name === "onoff_removeFir"){ 278 if(data[0].owner === "com.example.actsaccounttest" && data[0].name === "onoff_enableFir"){ 301 if(data[0].owner === "com.example.actsaccountoperatetest" && data[0].name === "onoff_disableFir"){
|
/test/xts/device_attest_lite/framework/small/src/client/ |
H A D | attest_framework_client_proxy.c | 111 static int AttestClientQueryStatusCb(void *owner, int code, IpcIo *reply) in AttestClientQueryStatusCb() argument 114 if ((owner == NULL) || (reply == NULL)) { in AttestClientQueryStatusCb() 115 HILOGE("[AttestClientQueryStatusCb] owner or reply is nullptr."); in AttestClientQueryStatusCb() 119 ServiceRspMsg *respInfo = (ServiceRspMsg *)owner; in AttestClientQueryStatusCb()
|
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/ |
H A D | LiteIPCClientTest.cpp | 46 static int CurrentCallback(IOwner owner, int code, IpcIo *reply) in CurrentCallback() argument
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | unistdndk.cpp | 1991 uid_t owner = getuid();
in Fchown() local 1993 backParam = fchown(fileDescribe, owner, group);
in Fchown() 2010 uid_t owner = getuid();
in Fchownat() local 2012 backParam = fchownat(fileDescribe, pathname, owner, group, flag);
in Fchownat()
|
Completed in 6 milliseconds